GetNodeStackTracesRequest

data class GetNodeStackTracesRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#getNodeStackTraces operation call.

Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.

See also

Constructors

GetNodeStackTracesRequest
Link copied to clipboard
fun GetNodeStackTracesRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to get stack traces for.

Sources

jvm source
Link copied to clipboard